Welcome![Sign In][Sign Up]
Location:
Search - algorithm genetic for job shop

Search list

[Algorithmjobshop

Description: 车间调度问题主程序,需要进行自主参数设计-Shop scheduling problem the main program, the need for self-Parameter Design
Platform: | Size: 1024 | Author: jack | Hits:

[AI-NN-PRJSPGA

Description: 车间作业调度问题遗传算法Matlab源码 -Job-shop scheduling problem genetic algorithm source Matlab
Platform: | Size: 1024 | Author: hj | Hits:

[AI-NN-PRsdasd

Description: 车间作业调度问题遗传算法,可以生成调度甘特图。-Job-shop scheduling problem genetic algorithm, can generate Gantt scheduling.
Platform: | Size: 3072 | Author: 李志辉 | Hits:

[matlabJobShopSchedulingProblemMatlabGeneticAlgorithm

Description: 车间作业调度问题遗传算法Matlab源码,用于解决车间的调度问题-Job Shop Scheduling Problem Matlab genetic algorithm source code for the solution to the scheduling problem workshop
Platform: | Size: 2048 | Author: sxb | Hits:

[Windows DevelopSurveyPresent

Description: A survey to describe some Job Shop Scheduling problem using Genetic Algorithm problems to solve some NP-hardness problem!
Platform: | Size: 267264 | Author: eric | Hits:

[Software EngineeringAnovelparallelquantumgeneticalgorithmforstochasti

Description: A novel parallel quantum genetic algorithm for stochastic job shop scheduling
Platform: | Size: 1830912 | Author: parisa | Hits:

[JSP/JavaGA_SCHEDULER

Description: Java based Genetic algorithm for solving benchmark Job shop problem. The source code is developed in NetBeans environment
Platform: | Size: 47104 | Author: hisham | Hits:

[OtherGenetic

Description: 车间作业调度问题遗传算法Matlab源码-Genetic Algorithm for Job Shop Scheduling Problem Matlab source code
Platform: | Size: 5120 | Author: 曾行 | Hits:

[ERP-EIP-OA-Portalga_cell

Description: 一个用遗传算法实现作业车间调度(JSSP)的源代码-A Genetic Algorithm for Job Shop Scheduling (JSSP) source code
Platform: | Size: 115712 | Author: Robin | Hits:

[AI-NN-PR0801563

Description: 用遗传算法解决作业车间调度问题。作业车间调度可描述为集合{J,M,Op,T}(其中:J代表工件,M代表机器,Op代表工序,T代表工件的加工时间),即如何将工件的工序按照合理的顺序分配到机器上,以达到目标函数的要求。-Using Genetic Algorithm for Job Shop Scheduling Problems. Job shop scheduling can be described as a set {J, M, Op, T} (where: J on behalf of the workpiece, M stands for machine, Op behalf of processes, T on behalf of the workpiece processing time), that is how the parts of the process in accordance with the allocation of a reasonable order to the machine in order to achieve the requirements of the objective function.
Platform: | Size: 897024 | Author: 刘浏 | Hits:

[AI-NN-PRJob-shop-MATLAB

Description: 用matlab编写的车间作业调度的遗传算法程序-Written by matlab genetic algorithm for job shop scheduling procedures
Platform: | Size: 102400 | Author: 小刚 | Hits:

[AI-NN-PRmatlab-GA-JSP

Description: matlab遗传算法解决车间调度问题,适用于一般问题-matlab genetic algorithm to solve job shop scheduling problem, the problem for general
Platform: | Size: 20480 | Author: lychee | Hits:

[AI-NN-PRGenetic-algorithm-problem

Description: 车间作业调度问题遗传算法,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)-Genetic algorithm for job shop scheduling problem, the program will draw three pictures: two convergent graphs and Gantt (schedule timing diagram of the workpiece)
Platform: | Size: 2048 | Author: 卢永鹏 | Hits:

[matlabgenetic-job-shop-matlab

Description: matlab 求解job shop scheduling problem 遗传算法 整数编码 双点交叉 溢出位修复-job shop scheduling problem genetic algorithm for integer encoding two-point cross-overflow bit repair
Platform: | Size: 5120 | Author: 虎子 | Hits:

[JSP/JavaFJSPSoftware

Description: this is java code genetic algorithm for job shop scheduling
Platform: | Size: 748544 | Author: elham.k | Hits:

[Otherchejiandiaodu

Description: 流水线型车间作业调度问题可以描述如下:n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最小。下面的源码是求解流水线型车间作业调度问题的遗传算法通用MATLAB源码,属于GreenSim团队原创作品,博客上发布的是不完全的源码,本人将其补充完成已成功运行,转载请注明GreenSim团队原创作品。-Pipelined job-shop scheduling problem can be described as follows: n tasks on the assembly line m processing stages, each stage has at least one machine and at least one stage there are multiple machines, and the same processing performance of each machine on the same stage , at every stage to complete each task are a process, each process of each task can be processed on any machine on the corresponding stage of the processing time of each process known tasks, all tasks required to determine the sort and every Distribution of the machine on a stage, making scheduling index (typically seek Makespan) Min. The following code is a Genetic Algorithm for Job Shop Scheduling Problem pipelined general MATLAB source code, original works belong GreenSim team, the blog post is incomplete source code, I will supplement has been successfully completed its operation, please indicate the original team GreenSim works.
Platform: | Size: 3072 | Author: yyl | Hits:

[matlabjob-shop-problem

Description: 使用遗传算法来来解决求解车间调度问题的matlab代码-matlab code for solving job shop problem to use genetic algorithm
Platform: | Size: 25600 | Author: liuao0910 | Hits:

[matlabGA- job shop scheduling

Description: genetic algorithm for job shop scheduling problem
Platform: | Size: 1024 | Author: Songkran | Hits:

[Internet-NetworkJSPGA1

Description: Job-shop车间调度遗传算法 FT06,6个工件6道工序6台设备 采用基于工序的编码方式(Job-shop genetic algorithm for job shop scheduling FT06,6 pieces, 6 processes, 6 equipment Coding based on process)
Platform: | Size: 1024 | Author: 杨小过 | Hits:

[OtherUntitled6

Description: 对车间调度用遗传算法求解,使用matlab软件进行分析(Genetic algorithm for job shop scheduling)
Platform: | Size: 1024 | Author: 一天人的生活 | Hits:
« 12 »

CodeBus www.codebus.net